home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX Development Foundation 1.2 for IRIX 6.4
/
IRIX Development Foundation 1.2 for IRIX 6.4.img
/
relnotes
/
compiler_dev
/
ch4.z
/
ch4
Wrap
Text File
|
1999-04-28
|
2KB
|
132 lines
- 1 -
Base Development 7.3 Release Notes
- 2 -
4. _K_n_o_w_n__B_u_g_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
This chapter lists known bugs and workarounds.
572790 Compiling a large switch statement with
5000 case statements with the -Ofast
option causes a compiler assertion
failure. The workaround is to use a
lower level of optimization.
649262 Incorrect conditional expansion occurs
when cc -O3-IPA is used.
678005 Users who have capabilities enabled
might have problems with any of the
following:
+o Compiling
+o Debugging
+o Running C++ applications
We recommend that during
development the user change shells
to one not using capabilities.
In addition, if the application
uses C++ exception handling, the
user should run the following
command on that application:
chap 'all-eip' <_a_p_p_l_i_c_a_t_i_o_n>